Use onTransactionIdle() for page invalidations when not using the job queue.
authorAaron Schulz <aschulz@wikimedia.org>
Tue, 16 Apr 2013 17:16:10 +0000 (10:16 -0700)
committerAaron Schulz <aschulz@wikimedia.org>
Tue, 16 Apr 2013 17:16:10 +0000 (10:16 -0700)
commit9906460241b18b92ece1890dd6cf380c19785339
treea6e0d231293cb6b462729ba472a6d511e48e1496
parentd4043766c040278a8efe25eb2f575e7f42d02e09
Use onTransactionIdle() for page invalidations when not using the job queue.

* This will do the page_touched UPDATE in autocommit mode to avoid
  locking a bunch of titles for some unknown amount of time that
  depends on how big the transaction is.

Change-Id: I6ec16a73c11fbf19c24d2b7fe7d01f91b9dcf33a
includes/cache/HTMLCacheUpdate.php